home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today - The Disc! 5 / CD-ROM Today - The Disc (Issue 5)(November 1994).ISO / mac / Mac shareware / Games / TattleTech 2.03 / TattleTech Master 2.03 / TattleTech Master 2.03.rsrc / TEXT_15962_Boot Blocks.txt < prev    next >
Text File  |  1994-09-21  |  2KB  |  29 lines

  1. Boot Blocks Definitions
  2.  
  3. Note: These values come from the Boot Blocks of the startup volume.  The Boot
  4.            Blocks are logical blocks 0 and 1 of the startup volume
  5.  
  6. ΓÇó Startup Volume = Volume name
  7.    Γùè Has New Block Format = The new block format allows for designating if
  8.            the Boot Code is to be executed and for the dynamic sizing of the System
  9.            Heap based upon the amount of memory in your computer
  10.    Γùè Boot Block Version = Version number
  11.    Γùè System File = Name of file to load as operating system
  12.    Γùè Finder File = Name of file to load as finder
  13.    Γùè Debugger File = Name of debugger file to load
  14.    Γùè Disassembler File = Name of disassembler file to load
  15.    Γùè Startup Screen File = Name of file to use as startup screen
  16.    Γùè Startup Application = Name of application to launch on startup
  17.    Γùè Clipboard File = Name of file to use as clipboard
  18.    Γùè Max Open Files = Initial number of files which may be open at once.  This is
  19.            set dynamically by the operating system under System 7
  20.    Γùè Max Events = Initial number of events which can be in event queue
  21.    Γùè Execute Boot Code = The old format automatically executes the boot code
  22.            if it is present and the new format allows this to be designated 
  23.    Γùè Heap Related : 
  24.        + Use Relative Heap Sizing = If available, should new heap sizing be used
  25.        + Base Heap Size = Initial size of system heap 
  26.        + Minimum Additional Heap Space = For relative heap sizing, minimum
  27.            amount which should be added to the base heap size
  28.        + Percent of RAM to Add to Heap = For relative heap sizing, percent of
  29.            RAM which should be added to the base heap size